how to disable foreign key constraint in postgresql

148

how to disable foreign key constraint in postgresql -

ALTER TABLE tbl_StudentMarks DISABLE TRIGGER ALL;

postgres disable foreign keys -

SET session_replication_role = replica;

Comments

Submit
0 Comments